-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video trimming UI plugin #1798
base: develop
Are you sure you want to change the base?
Video trimming UI plugin #1798
Conversation
… outside of the trimming region and set to the start of the trimming region
…g the trimming length (let go of trimming handle)
…y the seek position in the video | Trim plugin is also brought to be more inline with the existing code base (sass structure and change of this.tool to be this.elements)
…plyr into video-trimming-plugin
…was not created | We should only display the trim thumb time tooltip when displaying preview thumbnails as a seek tooltip is displayed
…in the correct format and pass a valid element
…s existed causing issues
…s showing only a very small region
…t and end points of the trimming range
…tting the trim length | Prevent the end value of the trimming region from being before the start
…sed via the trimming object and update documentation
…om the trim class: unsure whether a setter should exist for both of these and what its naming convention would be, so have kept it set via the variables directly
… so have moved the logic to inside the enter and exit function | Additionally removed toggling trimming from plyr.js as it can all be set via trim.xxx
Interesting idea! Does it use Chapters? http://thenewcode.com/977/Create-Interactive-HTML5-Video-with-WebVTT-Chapters http://html5videoguide.net/demos/google_io/3_navigation/#videoBox |
It doesn't at the moment but that would be a good accessbilility enhancement! |
"Chapters" is for more than accessibility; some tools use that markup.. |
Chapters are a good idea but perhaps not part of his work, this is allowing to make a 'sub-timeline', I like the idea and looks good. @sampotts any plan to bring this in? |
@DanielHuntleySBG Do you have documentation how to use it? I would like to try it out since I have a project that needs a trimmer like this. |
@sampotts Do we a timeline that when will this get merged? |
@jackguoAtJogg I have added documentation in the readme file outlining listeners and methods, hope it helps |
@DanielHuntleySBG I see it in the README, I'll play around with it! Thank you making this amazing UI plugin! 🙇 |
@DanielHuntleySBG I would love to use this. Would it be possible to resolve conflicts and update the branch please? |
@adeeb1 Hello, I would be happy to resolve the merge conflicts but am still waiting to hear whether it will be merged into the main repo 😄 |
@DanielHuntleySBG If it's not too much work, this would be valuable to me (and possibly others) even if it's not merged into the official repo. I'm already using a fork with Dailymotion support (credit) and could include this in it. Otherwise, I may be able to update this. |
Could you fix the conflict on this? Then we could look at merging it in. |
@sampotts Should be resolved, let me know if you have any issues |
Thanks! Will take a look. |
@DanielHuntleySBG I believe there's a typescript bug in
|
Any chance it will be merged? Missing this feature in coming project, youtube clips is also in early alpha. What help can I provide? |
Link to related issue (if applicable)
1743
Summary of proposed changes
Introduction of a video trimming tool into the libary. The tool is useful when creating clips or repeating loops.
Workflow
Covered edge cases:
Thanks for taking the time to review these proposed changes and welcome any feedback or changes, thanks!
Checklist
develop
as the base branch/dist
changes) from the PR